From: Joey Hess Date: Thu, 30 Jan 2025 23:03:36 +0000 (-0400) Subject: Revert "add windows debug" X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~174 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=29e6b98f8c3be8c474643eeb4ca773b4457fc0b6;p=git-annex.git Revert "add windows debug" This reverts commit 76bfdf6a0348211ecfe934c93f6a1f08bd537660. --- diff --git a/Annex/ReplaceFile.hs b/Annex/ReplaceFile.hs index 7c42532acb..3af555d39d 100644 --- a/Annex/ReplaceFile.hs +++ b/Annex/ReplaceFile.hs @@ -63,7 +63,6 @@ replaceFile' createdirectory file checkres action = withOtherTmp $ \othertmpdir let basetmp = relatedTemplate' (P.takeFileName file) #else let basetmp = toRawFilePath "t" - liftIO $ hPutStrLn stderr $ show ("replaceFile debug", file, P.takeFileName file, relatedTemplate' (P.takeFileName file)) #endif withTmpDirIn (fromRawFilePath othertmpdir) (toOsPath basetmp) $ \tmpdir -> do let tmpfile = toRawFilePath tmpdir P. basetmp